home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / cd.dxr / 00033.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  365 b   |  22 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(22) or rollOver(23) then
  5.       cursor([901, 902])
  6.     else
  7.       HotSpots(4, 11)
  8.     end if
  9.     if soundBusy(2) = 0 then
  10.       InVis(12)
  11.     end if
  12.   end if
  13.   if act = 1 then
  14.     if rollOver(25) or rollOver(26) then
  15.       cursor([901, 902])
  16.     else
  17.       cursor(-1)
  18.     end if
  19.   end if
  20.   Loopframe()
  21. end
  22.